You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatTimeSerAnalysis Class > StatTimeSerAnalysis Methods > Innovations Method > StatTimeSerAnalysis.Innovations Method ([In] TDenseMtxVec, [In] TVec, out double, [In] int, [In] TVec, [In] TVec)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatTimeSerAnalysis.Innovations Method ([In] TDenseMtxVec, [In] TVec, out double, [In] int, [In] TVec, [In] TVec)

The innovations algorithm.

Syntax
C#
Visual Basic
public static void Innovations([In] TDenseMtxVec kappa, [In] TVec Theta, out double Sigma2, [In] int NumEvals, [In] TVec ThetaVar, [In] TVec SumSqr);
Parameters 
Description 
[In] TDenseMtxVec kappa 
Defines covariances for innovations algorithm. 
[In] TVec Theta 
Returns Theta[n,1]...Theta[n,n] coefficients. 
out double Sigma2 
Returns variance. 
[In] int NumEvals 
Defines number of iterations of the innovation algorithm. 
[In] TVec ThetaVar 
If not nil, returns theta[n,1]..Theta[n,n] variances. 
[In] TVec SumSqr 
If not nil, returns sum of squares for each theta[n,i] element.  

Uses the Innnovations algorithm to recursively calculate Theta[n,1]...Theta[n,n] coefficients.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!